home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Hyper / A-An / Adobe Illus Guide.cpt / AI Guide Stack / background_2296.txt < prev    next >
Encoding:
Text File  |  1987-12-10  |  1.3 KB  |  70 lines

  1. -- background: 2296 from stack: in
  2. -- bmap block id: 4756
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 6 (button)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=260 top=295 right=320 bottom=287
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 1013 / 1013
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Next
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   visual effect wipe up
  27.   go to next card
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 7 (button)
  33. -- low flags: 00
  34. -- high flags: 0000
  35. -- rect: left=229 top=295 right=320 bottom=256
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 1014 / 1014
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: Prev
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   visual effect wipe down
  47.   go to previous card
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 8 (button)
  53. -- low flags: 00
  54. -- high flags: 0000
  55. -- rect: left=9 top=292 right=321 bottom=41
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 21700 / 21700
  58. -- text alignment: 1
  59. -- font id: 0
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: Home
  64. ----- HyperTalk script -----
  65. on mouseUp
  66.   visual effect iris open
  67.   go Home
  68. end mouseUp
  69.  
  70.